Function
Gimpvalue_dup_float_array
Declaration [src]
gdouble*
gimp_value_dup_float_array (
const GValue* value,
gsize* length
)
Parameters
value
-
Type:
GValue
A valid value of type
GIMP_TYPE_FLOAT_ARRAY
.The data is owned by the caller of the function. length
-
Type:
gsize*
The number of returned #double elements.
The argument will be set by the function.